gnomeos: Fix hwdata install
authorColin Walters <walters@verbum.org>
Sat, 4 Feb 2012 15:44:46 +0000 (10:44 -0500)
committerColin Walters <walters@verbum.org>
Sat, 4 Feb 2012 15:44:46 +0000 (10:44 -0500)
gnomeos/3.4/hwdata-no-spec-file.patch [new file with mode: 0644]
gnomeos/3.4/manifest.json

diff --git a/gnomeos/3.4/hwdata-no-spec-file.patch b/gnomeos/3.4/hwdata-no-spec-file.patch
new file mode 100644 (file)
index 0000000..ea29a42
--- /dev/null
@@ -0,0 +1,27 @@
+From 33040ba93f2b6d0d8a83248ed90b390eddd5b7bf Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters@verbum.org>
+Date: Sat, 4 Feb 2012 10:18:22 -0500
+Subject: [PATCH] build: Don't depend on hwdata.spec for 'make install'
+
+It's really not necessary to parse "hwdata.spec" to tell us our
+package name is "hwdata".
+
+The other targets still do depend on the version/release in
+hwdata.spec.
+---
+ Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index e360181..b995e64 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,4 +1,4 @@
+-NAME=$(shell awk '/Name:/ { print $$2 }' hwdata.spec)
++NAME=hwdata
+ VERSION=$(shell awk '/Version:/ { print $$2 }' hwdata.spec)
+ RELEASE=$(shell rpm -q --specfile --qf "%{release}" hwdata.spec)
+ SOURCEDIR := $(shell pwd)
+-- 
+1.7.6.5
+
index cb0778e4fa87f10361bcdb32ef34a456be54bdaa..2a9f7e34103b3f9b539854b44803431ea49fde9e 100644 (file)
                 "patches": ["usbutils-autogen.patch"]},
 
                {"src": "fedora:hwdata.git",
-                "patches": ["hwdata-buildapi.patch"]},
+                "patches": ["hwdata-buildapi.patch",
+                            "hwdata-no-spec-file.patch"]},
 
                {"src": "cgwalters:texinfo-git-mirror",
                 "branch": "TEXI2HTML_1_82",